Micron Document
Fox's Git Mirrors

Commit fa2bbcc940d60341bb7dc5f4b7ed406e606c4000


Parents : d515be4
Author : Mark Qvist <mark@adepta.io>
Date : 2018-12-29T16:07:07+01:00

Work on sample rate independency

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/hardware/AFSK.h b/hardware/AFSK.h
index fa04761..59a7349 100755
--- a/hardware/AFSK.h
+++ b/hardware/AFSK.h
@@ -120,7 +120,7 @@ typedef struct Afsk
int16_t iirX[2]; // IIR Filter X cells
int16_t iirY[2]; // IIR Filter Y cells
- uint16_t sampledBits; // Bits sampled by the demodulator (at ADC speed)
+ uint8_t sampledBits; // Bits sampled by the demodulator (at ADC speed)
int8_t currentPhase; // Current phase of the demodulator
uint8_t actualBits; // Actual found bits at correct bitrate

Served by rngit 1.4.1 - Generated in 0.02s